* Returns: a new #GtkButton displaying the themed icon
*
* Since: 3.10
- **/
+ */
GtkWidget*
gtk_button_new_from_icon_name (const gchar *icon_name,
GtkIconSize size)
* Returns: a new #GtkButton
*
* Deprecated: 3.10: Use gtk_button_new_with_label() instead.
- **/
+ */
GtkWidget*
gtk_button_new_from_stock (const gchar *stock_id)
{
* Pressing Alt and that key activates the button.
*
* Returns: a new #GtkButton
- **/
+ */
GtkWidget*
gtk_button_new_with_mnemonic (const gchar *label)
{
* is used.
*
* This will also clear any previously set labels.
- **/
+ */
void
gtk_button_set_label (GtkButton *button,
const gchar *label)
*
* Returns: The text of the label widget. This string is owned
* by the widget and must not be modified or freed.
- **/
+ */
const gchar *
gtk_button_get_label (GtkButton *button)
{
*
* Returns: %TRUE if an embedded underline in the button label
* indicates the mnemonic accelerator keys.
- **/
+ */
gboolean
gtk_button_get_use_underline (GtkButton *button)
{
* Since: 2.4
*
* Deprecated: 3.20: Use gtk_widget_set_focus_on_click() instead
- **/
+ */
void
gtk_button_set_focus_on_click (GtkButton *button,
gboolean focus_on_click)
* the mouse.
*
* Since: 2.4
- **/
+ *
+ * Deprecated: 3.20: Use gtk_widget_get_focus_on_click() instead
+ */
gboolean
gtk_button_get_focus_on_click (GtkButton *button)
{
* the main area of the application.
*
* Since: 2.6
+ *
+ * Deprecated: 3.20: Use gtk_widget_set_focus_on_click() instead
*/
void
gtk_combo_box_set_focus_on_click (GtkComboBox *combo_box,
* clicked with the mouse.
*
* Since: 2.6
+ *
+ * Deprecated: 3.20: Use gtk_widget_get_focus_on_click() instead
*/
gboolean
gtk_combo_box_get_focus_on_click (GtkComboBox *combo_box)
/* "To disable a directory, point it to the homedir."
* See http://freedesktop.org/wiki/Software/xdg-user-dirs
- **/
+ */
if (g_strcmp0 (desktopdir, g_get_home_dir ()) != 0)
{
GtkTreePath *tree_path;
* Returns: a new button widget.
*
* Since: 2.6
- **/
+ */
GtkWidget *
gtk_file_chooser_button_new (const gchar *title,
GtkFileChooserAction action)
* Returns: a new button widget.
*
* Since: 2.6
- **/
+ */
GtkWidget *
gtk_file_chooser_button_new_with_dialog (GtkWidget *dialog)
{
* Modifies the @title of the browse dialog used by @button.
*
* Since: 2.6
- **/
+ */
void
gtk_file_chooser_button_set_title (GtkFileChooserButton *button,
const gchar *title)
* Returns: a pointer to the browse dialog’s title.
*
* Since: 2.6
- **/
+ */
const gchar *
gtk_file_chooser_button_get_title (GtkFileChooserButton *button)
{
* Returns: an integer width (in characters) that the button will use to size itself.
*
* Since: 2.6
- **/
+ */
gint
gtk_file_chooser_button_get_width_chars (GtkFileChooserButton *button)
{
* Sets the width (in characters) that @button will use to @n_chars.
*
* Since: 2.6
- **/
+ */
void
gtk_file_chooser_button_set_width_chars (GtkFileChooserButton *button,
gint n_chars)
* application.
*
* Since: 2.10
- **/
+ *
+ * Deprecated: 3.20: Use gtk_widget_set_focus_on_click() instead
+ */
void
gtk_file_chooser_button_set_focus_on_click (GtkFileChooserButton *button,
gboolean focus_on_click)
* the mouse.
*
* Since: 2.10
- **/
+ *
+ * Deprecated: 3.20: Use gtk_widget_get_focus_on_click() instead
+ */
gboolean
gtk_file_chooser_button_get_focus_on_click (GtkFileChooserButton *button)
{